@charset "UTF-8";
/*
 @author lwh
 @version 1.0
 @last-mod-time 20200401
 */
html {
    width: 100%;
    height: 100%;
}
body {
    -ms-overflow-style:scrollbar;/*IE10右侧滚动条会遮挡部分内容*/
    font-family:"PingFang SC", PingFangSC-Regular,"Microsoft YaHei",SimSun,Arial, Helvetica, sans-serif;
    font-size:14px;
    margin:0;
    padding:0;
    min-width:1200px;
    color:#333;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    line-height:inherit;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    outline: none;
}
a:link,a:visited{
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    text-decoration: none;
}
a img {
    border: none;
}
ol,ul,li,dl{
    list-style: none;
    margin: 0;
    padding: 0;
}
.pull-left{
    float: left!important;
}
.pull-right{
    float: right!important;
}

/*override bootstrap style*/
.container-fluid {
    padding-right:0;
    padding-left:0;
}
.container-fluid .row{
    margin-left:0;
    margin-right:0;
    padding-right:0;
    padding-left:0;
}
.btn.focus,.btn:focus,.btn:hover {
    text-decoration: none;
}
/*.btn:active.focus, .btn:active:focus,*/
.btn.active.focus, .btn.active:focus{
    outline:none;
}
/*****************************************************************************************/
.clear {/**清除浮动**/
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    zoom: 1;
}
.hidden-m {
    display: none;
}
.table-m {
    border-collapse: collapse;
    table-layout: fixed !important;
}
/*文字垂直居中*/
.table-m>tbody>tr>td,.table-m>thead>tr>th{
    vertical-align: middle;
}
/**带边框的表格*/
.table-border-m tr td {
    border: 1px solid #EBEBEB;
}
.table-border-m tr td:first-child {
    border-left: none !important;
}
.table-border-m tr td:last-child {
    border-right: none !important;
}
.ellipsis {/*超出自动显示省略号*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
/**控制div中的img的css需要外层固定高宽**/
.div-img {
    margin: 0px auto;
    text-align: center;
}
.div-img em {
    display: inline-block;
    width: 0;
    overflow: hidden;
    height: 100%;
    vertical-align: middle;
}
.div-img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    /* for IE6 _height: 100%; */
    _width: 100%;
}
.img-wrap img{
    max-width: 100%;
}
/*垂直文字*/
.vertical-txt{
    width: 20px;
    white-space: normal;
    word-wrap: break-word;
}
/*固定中间区域宽度为1200px*/
.block1200{
    padding-right:0;
    padding-left:0;
    margin:0 auto;
    width:1200px;
}
.block1620{
    padding-right:40px;
    padding-left:40px;
    margin:0 auto;
    width:100%;
}
/*--阴影几种样式--*/
.wp-moudle-shadow-one{ -moz-box-shadow:1px  2px 12px 3px rgba(0,0,0,.4); -webkit-box-shadow:1px  2px  12px 3px  rgba(0,0,0,.4); box-shadow:1px  2px  12px 3px  rgba(0,0,0,.4);}
.wp-moudle-shadow-two{ -moz-box-shadow:1px 1px 12px 6px rgba(0,0,0,.4); -webkit-box-shadow:1px  1px  12px 6px  rgba(0,0,0,.4); box-shadow:1px  1px  12px 6px  rgba(0,0,0,.4);}
.wp-moudle-shadow-three{ -moz-box-shadow:5px  5px 12px 3px rgba(0,0,0,.4); -webkit-box-shadow:5px  5px  12px 3px  rgba(0,0,0,.4); box-shadow:5px  5px  12px 3px  rgba(0,0,0,.4);}
.wp-moudle-shadow-four{ -moz-box-shadow:-3px  3px 12px 3px rgba(0,0,0,.4); -webkit-box-shadow:-3px  3px  12px 3px  rgba(0,0,0,.4); box-shadow:-3px  3px  12px 3px  rgba(0,0,0,.4);}

